WebAdmin
The WebAdmin section of the web.config file allows you to configure the policies of the webAdmin application. It contains the following attributes.
Attribute |
Use |
---|---|
allowThreeAddressLines |
Flag that indicates whether users will be given three lines to enter their home/shipping address. An attribute of "false" will result in users having the standard two address lines available to them. |
Example Usage
<WebAdmin allowThreeAddressLines="false" />